home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / pccts.zip / README < prev    next >
Text File  |  1992-12-08  |  794b  |  22 lines

  1.  
  2.              Welcome to the Advanced Tutorial for PCCTS 1.0x
  3.  
  4. This directory contains 5 makefiles--a main one and the four makefiles,
  5. makefile.?, from the documentation.  The four ANTLR files have also been
  6. typed in for you as are tut1.g-tut4.g.
  7.  
  8. Doing a "make -s all" will make all tutorials presented in the documentation.
  9. A "make -f makefile.i" can be used to make the ith tutorial (it's a good idea to
  10. do a "make scrub" before each individual make).
  11.  
  12. The makefiles assume that the tutorial has been placed in a directory at the
  13. same level as antlr, dlg, support etc...
  14.  
  15. Good luck,
  16.  
  17.     The Authors of The Purdue Compiler Construction Tool Set
  18.  
  19.     Terence J. Parr, parrt@ecn.purdue.edu
  20.     Henry G. Dietz,  hankd@ecn.purdue.edu
  21.     Will E. Cohen,   cohenw@ecn.purdue.edu
  22.